CSharpTest.Net
SendTo(Int32,String,String,String[]) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IpcChannel Namespace > IpcEventChannel Class > SendTo Method : SendTo(Int32,String,String,String[]) Method

waitTime
instance
eventName
arguments

Glossary Item Box

Sends the event to all channel subscribers with the given identity or name (case-insensitive)

Syntax

Visual Basic (Declaration) 
Public Overloads Function SendTo( _
   ByVal waitTime As Integer, _
   ByVal instance As String, _
   ByVal eventName As String, _
   ByVal ParamArray arguments() As String _
) As Integer
C# 
public int SendTo( 
   int waitTime,
   string instance,
   string eventName,
   params string[] arguments
)

Parameters

waitTime
instance
eventName
arguments

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys